Post

Replies

Boosts

Views

Activity

Comment on XCode update to handle iOS 15.3?
Not sure what you mean by “support” there. The linked release note shows that Xcode 13.2.1 comes with iOS 15.2 SDK, but there’s no separate 15.3 SDK anyway. (The next Xcode beta has a 15.4 SDK.) And aside from the troubleshooting needed on some setups for whatever reason, using this Xcode with a 15.3 device does work.
Feb ’22
Comment on NSLocationTemporaryUsageDescriptionDictionary crashes Xcode 13
It crashes for me using either SwiftUI or Storyboard style project. The key is to create the project new in Xcode 13, which turns on the Generate Info.plist File build setting. Projects created in Xcode 12 or earlier don't have that setting so everything works as before. Or you could enable that setting in an existing project (which is what I was originally trying to do) but then things get messy fast. That's an advanced move. ;-)
Sep ’21
Comment on Xcode 13 or iOS15 BUG?
But note this 50 item limit is deliberate new behavior (see the updated documentation linked in that other thread) so it’s probably better to frame your feedback as a request for refinement rather than a bug. As mentioned in the other thread, maybe well behaved apps could be accommodated by a new entitlement or by special attention during review.
Topic: UI Frameworks SubTopic: UIKit Tags:
Sep ’21
Comment on How to check if app is installed or not in device
Unfortunately you're not really missing anything. You can't access the filesystem outside your sandbox, so checking for other apps that way won't work. But hopefully it’s not so bad to publish a new app update whenever needed. You could just use the vague "Bug fixes and performance improvements" line, and users will think you're really putting a lot of work into it. 😉
Topic: App & System Services SubTopic: Core OS Tags:
Sep ’21
Comment on CAN't PARSE THE JSON
Also, in the future please use the “Code Block” formatting style for error messages and source code.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on XCode update to handle iOS 15.3?
Not sure what you mean by “support” there. The linked release note shows that Xcode 13.2.1 comes with iOS 15.2 SDK, but there’s no separate 15.3 SDK anyway. (The next Xcode beta has a 15.4 SDK.) And aside from the troubleshooting needed on some setups for whatever reason, using this Xcode with a 15.3 device does work.
Replies
Boosts
Views
Activity
Feb ’22
Comment on JSON DATA CORRUPTED ERROR
Use the “Paste and Match Style” (⌥⇧⌘V) command in the Edit menu in Safari. Don’t use the regular Paste (⌘V) command.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on JSON DATA CORRUPTED ERROR
And if the original file does have invisible content, it could get lost when pasting the text into this forum, resulting in nobody else being able to reproduce the problem.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on Is there any down side to changing my CFBundleVersion from a 3 part number to a one part number.
Submitted feedback FB9842277 suggesting a rewrite of the documentation for CFBundleVersion.
Replies
Boosts
Views
Activity
Jan ’22
Comment on iOS 15(?) able to break BSD sockets system-wide on some devices
Submitted FB9698458.
Replies
Boosts
Views
Activity
Oct ’21
Comment on NSLocationTemporaryUsageDescriptionDictionary crashes Xcode 13
It crashes for me using either SwiftUI or Storyboard style project. The key is to create the project new in Xcode 13, which turns on the Generate Info.plist File build setting. Projects created in Xcode 12 or earlier don't have that setting so everything works as before. Or you could enable that setting in an existing project (which is what I was originally trying to do) but then things get messy fast. That's an advanced move. ;-)
Replies
Boosts
Views
Activity
Sep ’21
Comment on Xcode 13 or iOS15 BUG?
(Duplicate comment removed due to forum problem. I commented, then the comment disappeared, so I added the comment again, and then the original comment reappeared. Ugh.)
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on Xcode 13 or iOS15 BUG?
But note this 50 item limit is deliberate new behavior (see the updated documentation linked in that other thread) so it’s probably better to frame your feedback as a request for refinement rather than a bug. As mentioned in the other thread, maybe well behaved apps could be accommodated by a new entitlement or by special attention during review.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on How to check if app is installed or not in device
Unfortunately you're not really missing anything. You can't access the filesystem outside your sandbox, so checking for other apps that way won't work. But hopefully it’s not so bad to publish a new app update whenever needed. You could just use the vague "Bug fixes and performance improvements" line, and users will think you're really putting a lot of work into it. 😉
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’21